Fixed GtkTreeView to give focus back to the last focued cell when hitting
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 10 Dec 2010 07:12:02 +0000 (16:12 +0900)
committerKristian Rietveld <kris@gtk.org>
Sun, 12 Dec 2010 16:21:28 +0000 (17:21 +0100)
commit31226ebfb220a9b0419c1cc98b5238ec203c8a9e
treea154ae45627f67e35f4e7ae416f719695437f258
parent7e526d57f00d99c55f2c7f6dd568dba2f56c90aa
Fixed GtkTreeView to give focus back to the last focued cell when hitting
the edge.

When focusing left/right or up/down inside GtkCellArea, now we save what
was the last focused cell and if we hit the side (or top or bottom) of
the view we then restore focus to the last focused cell.
gtk/gtktreeview.c